var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3994: 	uniqNameMu   sync.Mutex
		server.go#L3999: 	uniqNameMu.Lock()
		server.go#L4000: 	defer uniqNameMu.Unlock()